DomainObjects Class Library

Query<ClassToFind>.FindObject Method 

Retrieve the persistable object that matches this query's search criteria.

public ClassToFind FindObject();

Return Value

If found, the instance of the given type that matches this query's search criteria, otherwise null.

See Also

Query<ClassToFind> Class | DomainObjects.Facade.Command Namespace